home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000352;
- release Editor:
- IOWindow is {$000000D3,$0000004A,$00000290,$000001EE,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$000000B5,$0000003D,$00000293,$00000248,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oMusic2,
- ofond3,
- obouton_sommaire4,
- obouton_retour5,
- obouton_lancer6,
- oVid_o7
- ];
- Events is [
- cOnscreenEvent
- with Flags is $00000001;
- Commands is [
- cRunCommand
- with Flags is $00004004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cKeyboardEvent
- with Test is IsSpace;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Toggle; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oMusic2 is cSound
- with
- Name is "Music";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
- Looping is true;
- URL is "data/Sons/4.mp3"; URLOption is GetDiskURL;
-
- end;
-
- object ofond3 is cImage
- with
- Flags is $00000150;
- Name is "fond";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/r4.jpg"; URLOption is GetDiskURL;
-
-
- end;
-
- object obouton_sommaire4 is cImage
- with
- Name is "bouton sommaire";
- Shown is false; Cursor is oFingerCursor;
- X is 629; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20sommaire.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cBrowseCommand
- with URL is "../../Data/Interface/sommaire.k"; end
- ];
- end
- ];
- end;
-
- object obouton_retour5 is cImage
- with
- Name is "bouton retour";
- Shown is false; Cursor is oFingerCursor;
- X is 321; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20retour.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cBackCommand
- with end
- ];
- end
- ];
- end;
-
- object obouton_lancer6 is cImage
- with
- Name is "bouton lancer";
- Shown is false; Cursor is oFingerCursor;
- X is 475; Y is 573;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "data/Images/vid%20video.jpg"; URLOption is GetDiskURL;
-
-
- Events is [
- cMouseEnterEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; end
- ];
- end,
- cMouseLeaveEvent
- with
- Commands is [
- cShowCommand
- with Target is oTargetSelf; Mode is Clear; end
- ];
- end,
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cShowCommand
- with Target is oVid_o7; end,
- cEnableCommand
- with Target is oVid_o7; end,
- cRunCommand
- with Target is oVid_o7; Rewind is true; end,
- cRunCommand
- with Target is oMusic2; Mode is Clear; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oVid_o7 is cMPEGMovie
- with
- Flags is $00000150;
- Name is "Vid\$E9o";
- Enabled is false; Shown is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
- URL is "data/Videos/r4.mpg"; URLOption is GetDiskURL;
- Events is [
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Clear; Rewind is true; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cShowCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Clear; end,
- cEnableCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Clear; end,
- cRunCommand
- with Flags is $00000004; Target is oVid_o7; Mode is Clear; Rewind is true; end,
- cRunCommand
- with Flags is $00000004; Target is oMusic2; Rewind is true; end
- ];
- end
- ];
- end;